home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / WINDOWS / EDITORS / WINDE2 / AUTOEXEC.TXT < prev    next >
Text File  |  1990-09-30  |  247b  |  12 lines

  1. @echo off
  2. rem an example of how to preload as TSR such as print
  3. rem so that it can be used by WindE
  4.  
  5.     print < c:\print.txt
  6.  
  7. rem where print.txt contains one line:
  8.  
  9. rem    PRN
  10.  
  11. rem this will attach the print spooler to the PRN device
  12.